| /PHP_5_3/ext/pdo/tests/ |
| H A D | pdo_test.inc | 6 $append = false; 8 if ($append) { 11 $append = true;
|
| /PHP_5_3/ext/spl/examples/ |
| H A D | findfile.inc | 42 $it->append(new RecursiveIteratorIterator(new RecursiveDirectoryIterator($path)));
|
| /PHP_5_3/ext/spl/examples/tests/ |
| H A D | examples.inc | 10 $this->append($path . '/' . strtolower($c) . '.inc');
|
| /PHP_5_3/ext/spl/internal/ |
| H A D | appenditerator.inc | 31 * @param $it Iterator to append 38 function append(Iterator $it) 40 $this->iterators->append($it);
|
| /PHP_5_3/ext/spl/ |
| H A D | spl.php | 706 function append($value) {/**/} function 818 function append($value) {/**/} function
|
| H A D | spl_iterators.c | 1464 spl_instantiate(spl_ce_ArrayIterator, &intern->u.append.zarrayit, 1 TSRMLS_CC); 1465 zend_call_method_with_0_params(&intern->u.append.zarrayit, spl_ce_ArrayIterator, &spl_ce_ArrayIterator->constructor, "__construct", NULL); 1466 intern->u.append.iterator = spl_ce_ArrayIterator->get_iterator(spl_ce_ArrayIterator, intern->u.append.zarrayit, 0 TSRMLS_CC); 2141 object->u.append.iterator->funcs->dtor(object->u.append.iterator TSRMLS_CC); 2142 if (object->u.append.zarrayit) { 2143 zval_ptr_dtor(&object->u.append.zarrayit); 3146 if (intern->u.append.iterator->funcs->valid(intern->u.append [all...] |
| H A D | spl_iterators.h | 148 } append; member in union:_spl_dual_it_object::__anon195
|
| H A D | spl_array.c | 689 php_error_docref(NULL TSRMLS_CC, E_RECOVERABLE_ERROR, "Cannot append properties to objects, use %s::offsetSet() instead", Z_OBJCE_P(object)->name); 699 /* {{{ proto void ArrayObject::append(mixed $newval) 700 proto void ArrayIterator::append(mixed $newval) 702 SPL_METHOD(Array, append) 1954 SPL_ME(Array, append, arginfo_array_append, ZEND_ACC_PUBLIC) 1981 SPL_ME(Array, append, arginfo_array_append, ZEND_ACC_PUBLIC)
|
| /PHP_5_3/scripts/dev/generate-phpt/src/ |
| H A D | gtCodeSnippet.php | 39 public static function append($name, $array) { function
|
| /PHP_5_3/scripts/dev/generate-phpt/src/testcase/ |
| H A D | gtTestCase.php | 162 $this->testCase = gtCodeSnippet::append('skipifwin', $this->testCase); 165 $this->testCase = gtCodeSnippet::append('skipifnotwin', $this->testCase); 169 $this->testCase = gtCodeSnippet::append('skipif64b', $this->testCase); 173 $this->testCase = gtCodeSnippet::append('skipifnot64b', $this->testCase);
|
| H A D | gtVariationTestCase.php | 39 $this->testCase = gtCodeSnippet::append($this->variationData, $this->testCase);
|
| H A D | gtVariationTestCaseFunction.php | 51 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase); 60 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
|
| H A D | gtVariationTestCaseMethod.php | 54 $this->testCase = gtCodeSnippet::append('loopStart', $this->testCase); 62 $this->testCase = gtCodeSnippet::append('loopClose', $this->testCase);
|
| /PHP_5_3/scripts/dev/generate-phpt/tests/ |
| H A D | gtCodeSnippetTest.php | 11 $array = gtCodeSnippet::append('loopClose', $array);
|
| /PHP_5_3/ext/dba/libinifile/ |
| H A D | inifile.c | 462 static int inifile_delete_replace_append(inifile *dba, const key_type *key, const val_type *value, int append TSRMLS_DC) 471 * 3) If not append: Copy group to ini_tmp 474 * 6) If not append AND key.name given: Filtered copy back from ini_tmp 480 assert(!append || (key->name && value)); /* missuse */ 485 if (append) { 512 ret = inifile_truncate(dba, append ? pos_grp_next : pos_grp_start TSRMLS_CC); /* writes error on fail */ 519 if (!append && ini_tmp) {
|
| /PHP_5_3/ext/oci8/ |
| H A D | oci8.c | 988 PHP_FALIAS(append, oci_lob_append, arginfo_oci_lob_append_method) 1011 PHP_FALIAS(append, oci_collection_append, arginfo_oci_collection_append_method)
|
| /PHP_5_3/ext/reflection/ |
| H A D | php_reflection.c | 158 static string *string_append(string *str, string *append) argument 160 if (append->len > 1) { 161 string_write(str, append->string, append->len - 1);
|
| /PHP_5_3/ext/standard/ |
| H A D | user_filters.c | 442 static void php_stream_bucket_attach(int append, INTERNAL_FUNCTION_PARAMETERS) argument 472 if (append) {
|
| H A D | streamsfuncs.c | 1181 static void apply_filter_to_stream(int append, INTERNAL_FUNCTION_PARAMETERS) argument 1219 if (append) { 1236 if (append) {
|