Home
last modified time | relevance | path

Searched refs:add (Results 151 – 175 of 311) sorted by relevance

12345678910>>...13

/php-src/Zend/tests/
H A Dfalsetoarray.phpt70 $add = false;
71 foreach ([42] as $add[]);
/php-src/sapi/fpm/fpm/events/
H A Depoll.c39 .add = fpm_event_epoll_add,
H A Ddevpoll.c43 .add = fpm_event_devpoll_add,
H A Dpoll.c40 .add = fpm_event_poll_add,
/php-src/ext/simplexml/tests/
H A D027.phpt63 Warning: main(): Cannot add element person number 3 when only 2 such elements exist in %s027.php on…
/php-src/ext/date/tests/
H A DDateInterval_serialize-003.phpt34 var_dump($now->add($e));
H A DDateInterval_serialize-001.phpt24 var_dump($now->add($e));
H A DDateInterval_serialize-002.phpt43 var_dump($now->add($e));
H A DDateTime_add-fall-type2-type2.phpt2 DateTime::add() -- fall type2 type2
H A DDateTime_add-fall-type2-type3.phpt2 DateTime::add() -- fall type2 type3
H A DDateTime_add-fall-type3-type2.phpt2 DateTime::add() -- fall type3 type2
H A DDateTime_add-fall-type3-type3.phpt2 DateTime::add() -- fall type3 type3
/php-src/ext/spl/
H A Dspl_dllist_arginfo.h86 ZEND_METHOD(SplDoublyLinkedList, add);
114 ZEND_ME(SplDoublyLinkedList, add, arginfo_class_SplDoublyLinkedList_add, ZEND_ACC_PUBLIC)
/php-src/ext/phar/tests/
H A Daddfuncs.phpt49 phar error: unable to open file "%s/does/not/exist" to add to phar archive
/php-src/ext/zlib/tests/
H A Dgzdeflate_basic1.phpt10 * add a comment here to say what the test is supposed to do
H A Dgzcompress_basic1.phpt10 * add a comment here to say what the test is supposed to do
/php-src/ext/dom/tests/
H A DDOMNode_normalize_basic.phpt37 // add a second text node to title
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_case.phpt47 printf("[005] Cannot add column %s - %s\n",
51 printf("[006] Cannot add column %s - %s\n",
/php-src/ext/dom/tests/modern/spec/
H A DNode_normalize.phpt39 // add a second text node to title
/php-src/sapi/fpm/fpm/
H A Dfpm_events.c189 if (*queue == fpm_event_queue_fd && module->add) { in fpm_event_queue_add()
190 module->add(ev); in fpm_event_queue_add()
/php-src/docs-old/
H A Dunix-build-system.md59 If you previously built sub-libraries for this module, add the source-code files
81 If you have a complex extension, you might to need add special Make rules. You
/php-src/docs/source/introduction/ides/
H A Dvisual-studio-code.rst45 To tell the C/C++ extension to use the ``compile_commands.json`` file, add the following to your
61 conjunction with the C/C++ extension. For the two extensions not to clash, add the following to your
/php-src/build/
H A Dltmain.sh2774 add="-l$name"
2777 add="-l$name"
2798 test -n "$add" && compile_deplibs="$add $compile_deplibs"
2801 test -n "$add" && deplibs="$add $deplibs"
2816 add=
2819 add="$libdir/$linklib"
2822 add="-l$name"
2828 add="-l$name"
2847 add="-l$name"
2852 test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
[all …]
/php-src/ext/mysqli/tests/
H A Dmysqli_pconn_disabled.phpt9 die("skip TODO - we need to add a user level way to check if CHANGE_USER gets called by pconnect");
/php-src/Zend/asm/
H A Djump_arm64_aapcs_pe_armasm.asm129 add sp, sp, #0xd0

Completed in 35 milliseconds

12345678910>>...13